From: Paul Eggert Date: Wed, 18 May 2011 00:47:42 +0000 (-0700) Subject: Add header for integer overflow fixes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3780^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=525a206298565508497d30c6576711e1d03424e2;p=emacs.git Add header for integer overflow fixes. --- diff --git a/src/ChangeLog b/src/ChangeLog index c7ce8753bb4..baf5912ba95 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2011-05-18 Paul Eggert + Fix some integer overflow issues, such as string length overflow. + * insdel.c (count_size_as_multibyte): Check for string overflow. * character.c (lisp_string_width): Check for string overflow.